Open
Conversation
|
|
Contributor
Footnotes
|
0368869 to
8cd04b3
Compare
818fb5e to
1b633c9
Compare
1b633c9 to
9694e69
Compare
9694e69 to
49af6e3
Compare
49af6e3 to
7bcf323
Compare
b1786a7 to
55ab248
Compare
55ab248 to
19672a9
Compare
c2c5e9f to
e7587a2
Compare
e7587a2 to
fda73cc
Compare
fda73cc to
216d041
Compare
22d50d4 to
731424e
Compare
12452a4 to
08e4c92
Compare
08e4c92 to
e935856
Compare
d63aeb4 to
66523e0
Compare
8428247 to
b94ed76
Compare
b94ed76 to
a15cd1a
Compare
9f33831 to
000d0e3
Compare
5ef799e to
82e9321
Compare
82e9321 to
630b0e8
Compare
630b0e8 to
2396386
Compare
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
2396386 to
cb05e20
Compare
442deb8 to
0803fbe
Compare
5cfd666 to
13ef1e0
Compare
13ef1e0 to
8c4a70f
Compare
286721c to
ee1215f
Compare
fb3c174 to
c87ba87
Compare
c87ba87 to
81b3532
Compare
81b3532 to
7bce9b5
Compare
7bce9b5 to
6d544b4
Compare
6d544b4 to
cb4b020
Compare
cb4b020 to
bda4eae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.28.6→7.29.07.28.5→7.29.06.12.1→6.12.26.5.4→6.6.06.39.12→6.40.08.2.0→8.3.04.1.12→4.1.154.4.2→4.4.51.19.6→1.20.11.5.0→1.6.19.39.2→9.39.41.1.0→1.2.21.7.4→1.7.62.1.0→2.2.31.2.57→1.2.601.2.40→1.2.451.5.0→1.5.129.0.0→29.0.224.10.9→24.12.04.0.18→4.1.04.0.18→4.1.010.4.23→10.4.274.2.2→4.3.0^0.51.0→^0.53.013.1.1→13.2.06.12.0-alpha.6→6.12.0-beta.29.39.2→9.39.417.23.2→17.24.011.3.3→11.3.417.2.0→17.4.016.1.0→16.1.111.12.2→11.13.0^0.107.0→^0.118.0^0.107.0→^0.118.01.58.1→1.58.28.5.6→8.5.82.1.2→2.1.30.3.17→0.3.184.57.1→4.59.03.22.0→3.23.05.50.3→5.53.113.17.0→3.18.02.8.0→2.8.165.3.1→5.4.48.54.0→8.57.08.0.0-beta.7→8.0.01.3.2→1.3.61.17.9→1.17.104.0.18→4.1.03.5.27→3.5.309.23.3→9.25.0Release Notes
babel/babel (@babel/plugin-proposal-decorators)
v7.29.0Compare Source
v7.29.0 (2026-01-31)
Thanks @simbahax for your first PR!
🚀 New Feature
babel-typesbabel-standalone🐛 Bug Fix
babel-parserextendsclause (@nicolo-ribaudo)babel-traversebabel-plugin-transform-block-scoping,babel-traverse🏃♀️ Performance
babel-generator,babel-runtime-corejs3Committers: 6
codemirror/language (@codemirror/language)
v6.12.2Compare Source
Bug fixes
Make sure brackets are highlighted in the initial editor state.
Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.
codemirror/state (@codemirror/state)
v6.6.0Compare Source
New features
EditorSelection.rangenow takes an optionalassocargument.SelectionRange.extendcan now be given a third argument to specify associativity.codemirror/view (@codemirror/view)
v6.40.0Compare Source
Bug fixes
Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift modifier when delivered to key event handlers.
Fix an issue where
EditorView.moveVerticallycould move to the wrong place in wrapped lines with a large line height.Make sure the selection head associativity is properly set for mouse selections made with shift held down.
New features
WidgetType.updateDOMis now called with the previous widget value as third argument.v6.39.17Compare Source
Bug fixes
Improve touch tap-selection on line wrapping boundaries.
Make
drawSelectiondraw our own selection handles on iOS.Fix an issue where
posAtCoords, when querying line wrapping points, got confused by extra empty client rectangles produced by Safari.v6.39.16Compare Source
Bug fixes
Perform scroll stabilization on the document or wrapping scrollable elements, when the user scrolls the editor.
Fix an issue where changing decorations right before a composition could end up corrupting the visible DOM.
Fix an issue where some types of text input over a selection would be read as happening in wrong position.
v6.39.15Compare Source
Bug fixes
Fix a regression where the editor would forget previously measured line heights without good reason.
Fix an issue where scrolling the cursor into view sometimes wouldn't work on Chrome Android.
Fix a bug that broke composition inside of block wrappers.
v6.39.14Compare Source
Bug fixes
Improve performance of
posAtCoordson long lines.Fix a regression where copy and cut in a shadow DOM on Safari would fall back to the native behavior, often copying the wrong text.
v6.39.13Compare Source
Bug fixes
Fix an issue where a widget at start or end of line, when wrapped to cover that whole line, could block vertical cursor motion.
Fix an issue
EditorView.moveVerticallythat would sometimes cause selection-extending vertical motion to get stuck on line wrapping points.embroider-build/embroider (@embroider/addon-dev)
v8.3.0🚀 Enhancement
@embroider/addon-dev🐛 Bug Fix
@embroider/compat,@embroider/template-tag-codemod@embroider/vite@embroider/macros🏠 Internal
@embroider/addon-devCommitters: 3
eslint/eslint (@eslint/js)
v9.39.4Compare Source
v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)typed-ember/glint (@glint/ember-tsc)
v1.2.2Compare Source
🐛 Bug Fix
@glint/ember-tsc,@glint/template,@glint/tsserver-plugin,@glint/type-test🏠 Internal
Committers: 1
v1.2.1🐛 Bug Fix
@glint/template,@glint/tsserver-plugin📝 Documentation
@glint/template,@glint/tsserver-plugin🏠 Internal
Committers: 1
v1.1.1🐛 Bug Fix
@glint/ember-tsc,@glint/tsserver-plugin🏠 Internal
Committers: 1
lezer-parser/common (@lezer/common)
v1.5.1Compare Source
Bug fixes
Fix a bug that caused
SyntaxNode.enterto incorrectly enter bracketed mounted trees in some circumstances.rollup/plugins (@rollup/plugin-commonjs)
v29.0.22026-03-06
Bugfixes
v29.0.12026-03-05
Bugfixes
vitest-dev/vitest (@vitest/browser-playwright)
v4.1.0Compare Source
Vitest 4.1 is out!
This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.
🚀 Features
setTickModeto timer controls - by @atscott and @sheremet-va in #8726 (4b480)toTestSpecificationto reported tasks - by @sheremet-va in #9464 (1a470)vi.mockorvi.hoistedare declared outside of top level of the module - by @sheremet-va in #9387 (5db54)aroundEachandaroundAllhooks - by @sheremet-va in #9450 (2a8cb)neworallin--updateflag - by @sheremet-va in #9543 (a5acf)metain test options - by @sheremet-va in #9535 (7d622)test.extendsyntax - by @sheremet-va in #9550 (e5385)vitest listto statically collect tests instead of running files to collect them - by @sheremet-va in #9630 (7a8e7)--detect-async-leaks- by @AriPerkkio in #9528 (c594d)mockThrowandmockThrowOnce- by @thor-juhasz and @sheremet-va in #9512 (61917)update: "none"and add docs about snapshots behavior on CI - by @hi-ogawa in #9700 (05f18)launchOptionswithconnectOptions- by @hi-ogawa in #9702 (f0ff1)page/locator.markAPI to enhance playwright trace - by @hi-ogawa in #9652 (d0ee5)testinexperimental_parseSpecification- by @jgillick and Jeremy Gillick in #9235 (2f367)createSpecification- by @sheremet-va in #9336 (c8e6c)runTestFilesas alternative torunTestSpecifications- by @sheremet-va in #9443 (43d76)allowWriteandallowExecoptions toapi- by @sheremet-va in #9350 (20e00)toTestSpecification- by @sheremet-va in #9627 (6f17d)userEvent.wheelAPI - by @macarie in #9188 (66080)filterNodeoption to prettyDOM for filtering browser assertion error output - by @Copilot, sheremet-va and @sheremet-va in #9475 (d3220)detailsPanelPositionoption and button - by @shairez in #9525 (c8a31)findElementand enable strict mode in webdriverio and preview - by @sheremet-va in #9677 (c3f37)ignore start/stopignore hints - by @AriPerkkio in #9204 (e59c9)coverage.changedoption to report only changed files - by @kykim00 and @AriPerkkio in #9521 (1d939)onModuleRunnerhook toworker.init- by @sheremet-va in #9286 (e977f)importDurations: { limit, print }options - by @hi-ogawa, Claude Opus 4.6 and @sheremet-va in #9401 (7e10f)importDurations- by @hi-ogawa and Claude Opus 4.6 in #9533 (3f7a5)beforeAll/afterAll- by @sheremet-va in #9572 (c8339)agentreporter to reduce ai agent token usage - by @cpojer in #9779 (3e9e0)retryoptions - by @MazenSamehR, Matan Shavit, @AriPerkkio and @sheremet-va in #9370 (9e4cf)🐞 Bug Fixes
meta.urlincreateRequire- by @sheremet-va in #9441 (e3422)external/noExternalduringconfigEnvironmenthook - by @hi-ogawa and Claude Opus 4.6 in #9508 (59ea2)browser.isolateis used - by @sheremet-va in #9410 (3d48e)vi.mock({ spy: true })node v8 coverage - by @hi-ogawa, hi-ogawa and Claude Opus 4.6 in #9541 (687b6).namefrom statically collected test - by @sheremet-va in #9596 (b66ff)expect.soft- by @iumehara, @hi-ogawa and Claude Opus 4.6 in #9231 (3eb2c)sequence.shuffle.testsis enabled - by @kaigritun, Kai Gritun and @sheremet-va in #9576 [(8182b)](https://redirect.github.com/vitest-dev/vitest/coConfiguration
📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.